Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: Telephony /
Chapter 3 - Directory Numbers / Directory Number Reference
Constants


Directory Number States

The inUse parameter of the TELGetDNStatus function (page 3-22) returns a value that specifies a directory number state. The Telephone Manager defines these constants for directory number states:

enum {
   telDNNotUsed            = 0,
   telDNPOTSCall           = 1,
   telDNFaxCall            = 2,
   telDNDataCall           = 3,
   telDNAlerting           = 4,
   telDNUnknownState       = 5
};
Constant descriptions

telDNNotUsed
The directory number is not currently in use.
telDNPOTSCall
The directory number is currently in use for a POTS call.
telDNFaxCall
The directory number is currently in use for a fax call.
telDNDataCall
The directory number is currently in use for a data call.
telDNAlerting
The directory number is currently alerting.
telDNUnknownState
The directory number is in an unknown state.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 DEC 1996



Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help